body {
    background-color: rgba(223, 189, 203, 0.925);

    background-image: url("img/First day of 4th Grade.jpg");
    background-size: auto 300px;
    background-repeat: no-repeat;
    background-position: 70vw 0.5em;
}

header h1 {
    width: auto;
    text-align: center;
}

#My_Family p {
    width: 400px;
    display: inline-block;
}

#My_Family img{
    width: auto;
    height:150;

}

#My_Intrests p {
    width: 400px;
    display: inline-block;
} 

#My_Intrests img {
    width: auto;
    height:200px;

}


@media (max-width: 1024px) {

    body {
        background-size: auto 30vw;
    }

}

